home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / modules / objects / res / description / Osinglepoly.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  315b  |  12 lines

  1. #ifndef _OSINGLEPOLY_H_
  2. #define _OSINGLEPOLY_H_
  3.  
  4. enum
  5. {
  6.     PRIM_POLY_WIDTH                        = 1270, // REAL       - Width [>=0.0]
  7.     PRIM_POLY_HEIGHT                    = 1271, // REAL       - Height [>=Inner Radius]
  8.     PRIM_POLY_SUB                            = 1272, // LONG       - Subdivision [>0]
  9.     PRIM_POLY_TRIANG                    = 1273 // BOOL     - Tri Or Quad
  10. };
  11.  
  12. #endif